3.6.97 \(\int (c x)^{7/2} (a+b x^2)^{3/2} \, dx\) [597]

Optimal. Leaf size=212 \[ -\frac {8 a^3 c^3 \sqrt {c x} \sqrt {a+b x^2}}{231 b^2}+\frac {8 a^2 c (c x)^{5/2} \sqrt {a+b x^2}}{385 b}+\frac {4 a (c x)^{9/2} \sqrt {a+b x^2}}{55 c}+\frac {2 (c x)^{9/2} \left (a+b x^2\right )^{3/2}}{15 c}+\frac {4 a^{15/4} c^{7/2} \left (\sqrt {a}+\sqrt {b} x\right ) \sqrt {\frac {a+b x^2}{\left (\sqrt {a}+\sqrt {b} x\right )^2}} F\left (2 \tan ^{-1}\left (\frac {\sqrt [4]{b} \sqrt {c x}}{\sqrt [4]{a} \sqrt {c}}\right )|\frac {1}{2}\right )}{231 b^{9/4} \sqrt {a+b x^2}} \]

[Out]

2/15*(c*x)^(9/2)*(b*x^2+a)^(3/2)/c+8/385*a^2*c*(c*x)^(5/2)*(b*x^2+a)^(1/2)/b+4/55*a*(c*x)^(9/2)*(b*x^2+a)^(1/2
)/c-8/231*a^3*c^3*(c*x)^(1/2)*(b*x^2+a)^(1/2)/b^2+4/231*a^(15/4)*c^(7/2)*(cos(2*arctan(b^(1/4)*(c*x)^(1/2)/a^(
1/4)/c^(1/2)))^2)^(1/2)/cos(2*arctan(b^(1/4)*(c*x)^(1/2)/a^(1/4)/c^(1/2)))*EllipticF(sin(2*arctan(b^(1/4)*(c*x
)^(1/2)/a^(1/4)/c^(1/2))),1/2*2^(1/2))*(a^(1/2)+x*b^(1/2))*((b*x^2+a)/(a^(1/2)+x*b^(1/2))^2)^(1/2)/b^(9/4)/(b*
x^2+a)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.09, antiderivative size = 212, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 4, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.210, Rules used = {285, 327, 335, 226} \begin {gather*} \frac {4 a^{15/4} c^{7/2} \left (\sqrt {a}+\sqrt {b} x\right ) \sqrt {\frac {a+b x^2}{\left (\sqrt {a}+\sqrt {b} x\right )^2}} F\left (2 \text {ArcTan}\left (\frac {\sqrt [4]{b} \sqrt {c x}}{\sqrt [4]{a} \sqrt {c}}\right )|\frac {1}{2}\right )}{231 b^{9/4} \sqrt {a+b x^2}}-\frac {8 a^3 c^3 \sqrt {c x} \sqrt {a+b x^2}}{231 b^2}+\frac {8 a^2 c (c x)^{5/2} \sqrt {a+b x^2}}{385 b}+\frac {2 (c x)^{9/2} \left (a+b x^2\right )^{3/2}}{15 c}+\frac {4 a (c x)^{9/2} \sqrt {a+b x^2}}{55 c} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(c*x)^(7/2)*(a + b*x^2)^(3/2),x]

[Out]

(-8*a^3*c^3*Sqrt[c*x]*Sqrt[a + b*x^2])/(231*b^2) + (8*a^2*c*(c*x)^(5/2)*Sqrt[a + b*x^2])/(385*b) + (4*a*(c*x)^
(9/2)*Sqrt[a + b*x^2])/(55*c) + (2*(c*x)^(9/2)*(a + b*x^2)^(3/2))/(15*c) + (4*a^(15/4)*c^(7/2)*(Sqrt[a] + Sqrt
[b]*x)*Sqrt[(a + b*x^2)/(Sqrt[a] + Sqrt[b]*x)^2]*EllipticF[2*ArcTan[(b^(1/4)*Sqrt[c*x])/(a^(1/4)*Sqrt[c])], 1/
2])/(231*b^(9/4)*Sqrt[a + b*x^2])

Rule 226

Int[1/Sqrt[(a_) + (b_.)*(x_)^4], x_Symbol] :> With[{q = Rt[b/a, 4]}, Simp[(1 + q^2*x^2)*(Sqrt[(a + b*x^4)/(a*(
1 + q^2*x^2)^2)]/(2*q*Sqrt[a + b*x^4]))*EllipticF[2*ArcTan[q*x], 1/2], x]] /; FreeQ[{a, b}, x] && PosQ[b/a]

Rule 285

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(c*x)^(m + 1)*((a + b*x^n)^p/(c*(m + n
*p + 1))), x] + Dist[a*n*(p/(m + n*p + 1)), Int[(c*x)^m*(a + b*x^n)^(p - 1), x], x] /; FreeQ[{a, b, c, m}, x]
&& IGtQ[n, 0] && GtQ[p, 0] && NeQ[m + n*p + 1, 0] && IntBinomialQ[a, b, c, n, m, p, x]

Rule 327

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[c^(n - 1)*(c*x)^(m - n + 1)*((a + b*x^n
)^(p + 1)/(b*(m + n*p + 1))), x] - Dist[a*c^n*((m - n + 1)/(b*(m + n*p + 1))), Int[(c*x)^(m - n)*(a + b*x^n)^p
, x], x] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0] && GtQ[m, n - 1] && NeQ[m + n*p + 1, 0] && IntBinomialQ[a, b,
 c, n, m, p, x]

Rule 335

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> With[{k = Denominator[m]}, Dist[k/c, Subst[I
nt[x^(k*(m + 1) - 1)*(a + b*(x^(k*n)/c^n))^p, x], x, (c*x)^(1/k)], x]] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0]
 && FractionQ[m] && IntBinomialQ[a, b, c, n, m, p, x]

Rubi steps

\begin {align*} \int (c x)^{7/2} \left (a+b x^2\right )^{3/2} \, dx &=\frac {2 (c x)^{9/2} \left (a+b x^2\right )^{3/2}}{15 c}+\frac {1}{5} (2 a) \int (c x)^{7/2} \sqrt {a+b x^2} \, dx\\ &=\frac {4 a (c x)^{9/2} \sqrt {a+b x^2}}{55 c}+\frac {2 (c x)^{9/2} \left (a+b x^2\right )^{3/2}}{15 c}+\frac {1}{55} \left (4 a^2\right ) \int \frac {(c x)^{7/2}}{\sqrt {a+b x^2}} \, dx\\ &=\frac {8 a^2 c (c x)^{5/2} \sqrt {a+b x^2}}{385 b}+\frac {4 a (c x)^{9/2} \sqrt {a+b x^2}}{55 c}+\frac {2 (c x)^{9/2} \left (a+b x^2\right )^{3/2}}{15 c}-\frac {\left (4 a^3 c^2\right ) \int \frac {(c x)^{3/2}}{\sqrt {a+b x^2}} \, dx}{77 b}\\ &=-\frac {8 a^3 c^3 \sqrt {c x} \sqrt {a+b x^2}}{231 b^2}+\frac {8 a^2 c (c x)^{5/2} \sqrt {a+b x^2}}{385 b}+\frac {4 a (c x)^{9/2} \sqrt {a+b x^2}}{55 c}+\frac {2 (c x)^{9/2} \left (a+b x^2\right )^{3/2}}{15 c}+\frac {\left (4 a^4 c^4\right ) \int \frac {1}{\sqrt {c x} \sqrt {a+b x^2}} \, dx}{231 b^2}\\ &=-\frac {8 a^3 c^3 \sqrt {c x} \sqrt {a+b x^2}}{231 b^2}+\frac {8 a^2 c (c x)^{5/2} \sqrt {a+b x^2}}{385 b}+\frac {4 a (c x)^{9/2} \sqrt {a+b x^2}}{55 c}+\frac {2 (c x)^{9/2} \left (a+b x^2\right )^{3/2}}{15 c}+\frac {\left (8 a^4 c^3\right ) \text {Subst}\left (\int \frac {1}{\sqrt {a+\frac {b x^4}{c^2}}} \, dx,x,\sqrt {c x}\right )}{231 b^2}\\ &=-\frac {8 a^3 c^3 \sqrt {c x} \sqrt {a+b x^2}}{231 b^2}+\frac {8 a^2 c (c x)^{5/2} \sqrt {a+b x^2}}{385 b}+\frac {4 a (c x)^{9/2} \sqrt {a+b x^2}}{55 c}+\frac {2 (c x)^{9/2} \left (a+b x^2\right )^{3/2}}{15 c}+\frac {4 a^{15/4} c^{7/2} \left (\sqrt {a}+\sqrt {b} x\right ) \sqrt {\frac {a+b x^2}{\left (\sqrt {a}+\sqrt {b} x\right )^2}} F\left (2 \tan ^{-1}\left (\frac {\sqrt [4]{b} \sqrt {c x}}{\sqrt [4]{a} \sqrt {c}}\right )|\frac {1}{2}\right )}{231 b^{9/4} \sqrt {a+b x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains higher order function than in optimal. Order 5 vs. order 4 in optimal.
time = 10.05, size = 102, normalized size = 0.48 \begin {gather*} \frac {2 c^3 \sqrt {c x} \sqrt {a+b x^2} \left (-\left (\left (5 a-11 b x^2\right ) \left (a+b x^2\right )^2 \sqrt {1+\frac {b x^2}{a}}\right )+5 a^3 \, _2F_1\left (-\frac {3}{2},\frac {1}{4};\frac {5}{4};-\frac {b x^2}{a}\right )\right )}{165 b^2 \sqrt {1+\frac {b x^2}{a}}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(c*x)^(7/2)*(a + b*x^2)^(3/2),x]

[Out]

(2*c^3*Sqrt[c*x]*Sqrt[a + b*x^2]*(-((5*a - 11*b*x^2)*(a + b*x^2)^2*Sqrt[1 + (b*x^2)/a]) + 5*a^3*Hypergeometric
2F1[-3/2, 1/4, 5/4, -((b*x^2)/a)]))/(165*b^2*Sqrt[1 + (b*x^2)/a])

________________________________________________________________________________________

Maple [A]
time = 0.05, size = 163, normalized size = 0.77

method result size
default \(\frac {2 c^{3} \sqrt {c x}\, \left (77 b^{5} x^{9}+196 a \,b^{4} x^{7}+10 \EllipticF \left (\sqrt {\frac {b x +\sqrt {-a b}}{\sqrt {-a b}}}, \frac {\sqrt {2}}{2}\right ) \sqrt {\frac {b x +\sqrt {-a b}}{\sqrt {-a b}}}\, \sqrt {2}\, \sqrt {\frac {-b x +\sqrt {-a b}}{\sqrt {-a b}}}\, \sqrt {-\frac {x b}{\sqrt {-a b}}}\, \sqrt {-a b}\, a^{4}+131 a^{2} b^{3} x^{5}-8 a^{3} b^{2} x^{3}-20 a^{4} b x \right )}{1155 x \sqrt {b \,x^{2}+a}\, b^{3}}\) \(163\)
risch \(-\frac {2 \left (-77 b^{3} x^{6}-119 a \,b^{2} x^{4}-12 a^{2} b \,x^{2}+20 a^{3}\right ) x \sqrt {b \,x^{2}+a}\, c^{4}}{1155 b^{2} \sqrt {c x}}+\frac {4 a^{4} \sqrt {-a b}\, \sqrt {\frac {\left (x +\frac {\sqrt {-a b}}{b}\right ) b}{\sqrt {-a b}}}\, \sqrt {-\frac {2 \left (x -\frac {\sqrt {-a b}}{b}\right ) b}{\sqrt {-a b}}}\, \sqrt {-\frac {x b}{\sqrt {-a b}}}\, \EllipticF \left (\sqrt {\frac {\left (x +\frac {\sqrt {-a b}}{b}\right ) b}{\sqrt {-a b}}}, \frac {\sqrt {2}}{2}\right ) c^{4} \sqrt {c x \left (b \,x^{2}+a \right )}}{231 b^{3} \sqrt {b c \,x^{3}+a c x}\, \sqrt {c x}\, \sqrt {b \,x^{2}+a}}\) \(199\)
elliptic \(\frac {\sqrt {c x}\, \sqrt {c x \left (b \,x^{2}+a \right )}\, \left (\frac {2 b \,c^{3} x^{6} \sqrt {b c \,x^{3}+a c x}}{15}+\frac {34 a \,c^{3} x^{4} \sqrt {b c \,x^{3}+a c x}}{165}+\frac {8 a^{2} c^{3} x^{2} \sqrt {b c \,x^{3}+a c x}}{385 b}-\frac {8 a^{3} c^{3} \sqrt {b c \,x^{3}+a c x}}{231 b^{2}}+\frac {4 a^{4} c^{4} \sqrt {-a b}\, \sqrt {\frac {\left (x +\frac {\sqrt {-a b}}{b}\right ) b}{\sqrt {-a b}}}\, \sqrt {-\frac {2 \left (x -\frac {\sqrt {-a b}}{b}\right ) b}{\sqrt {-a b}}}\, \sqrt {-\frac {x b}{\sqrt {-a b}}}\, \EllipticF \left (\sqrt {\frac {\left (x +\frac {\sqrt {-a b}}{b}\right ) b}{\sqrt {-a b}}}, \frac {\sqrt {2}}{2}\right )}{231 b^{3} \sqrt {b c \,x^{3}+a c x}}\right )}{c x \sqrt {b \,x^{2}+a}}\) \(246\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*x)^(7/2)*(b*x^2+a)^(3/2),x,method=_RETURNVERBOSE)

[Out]

2/1155*c^3/x*(c*x)^(1/2)/(b*x^2+a)^(1/2)*(77*b^5*x^9+196*a*b^4*x^7+10*EllipticF(((b*x+(-a*b)^(1/2))/(-a*b)^(1/
2))^(1/2),1/2*2^(1/2))*((b*x+(-a*b)^(1/2))/(-a*b)^(1/2))^(1/2)*2^(1/2)*((-b*x+(-a*b)^(1/2))/(-a*b)^(1/2))^(1/2
)*(-x*b/(-a*b)^(1/2))^(1/2)*(-a*b)^(1/2)*a^4+131*a^2*b^3*x^5-8*a^3*b^2*x^3-20*a^4*b*x)/b^3

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x)^(7/2)*(b*x^2+a)^(3/2),x, algorithm="maxima")

[Out]

integrate((b*x^2 + a)^(3/2)*(c*x)^(7/2), x)

________________________________________________________________________________________

Fricas [C] Result contains higher order function than in optimal. Order 9 vs. order 4.
time = 0.36, size = 90, normalized size = 0.42 \begin {gather*} \frac {2 \, {\left (20 \, \sqrt {b c} a^{4} c^{3} {\rm weierstrassPInverse}\left (-\frac {4 \, a}{b}, 0, x\right ) + {\left (77 \, b^{4} c^{3} x^{6} + 119 \, a b^{3} c^{3} x^{4} + 12 \, a^{2} b^{2} c^{3} x^{2} - 20 \, a^{3} b c^{3}\right )} \sqrt {b x^{2} + a} \sqrt {c x}\right )}}{1155 \, b^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x)^(7/2)*(b*x^2+a)^(3/2),x, algorithm="fricas")

[Out]

2/1155*(20*sqrt(b*c)*a^4*c^3*weierstrassPInverse(-4*a/b, 0, x) + (77*b^4*c^3*x^6 + 119*a*b^3*c^3*x^4 + 12*a^2*
b^2*c^3*x^2 - 20*a^3*b*c^3)*sqrt(b*x^2 + a)*sqrt(c*x))/b^3

________________________________________________________________________________________

Sympy [C] Result contains complex when optimal does not.
time = 27.91, size = 46, normalized size = 0.22 \begin {gather*} \frac {a^{\frac {3}{2}} c^{\frac {7}{2}} x^{\frac {9}{2}} \Gamma \left (\frac {9}{4}\right ) {{}_{2}F_{1}\left (\begin {matrix} - \frac {3}{2}, \frac {9}{4} \\ \frac {13}{4} \end {matrix}\middle | {\frac {b x^{2} e^{i \pi }}{a}} \right )}}{2 \Gamma \left (\frac {13}{4}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x)**(7/2)*(b*x**2+a)**(3/2),x)

[Out]

a**(3/2)*c**(7/2)*x**(9/2)*gamma(9/4)*hyper((-3/2, 9/4), (13/4,), b*x**2*exp_polar(I*pi)/a)/(2*gamma(13/4))

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x)^(7/2)*(b*x^2+a)^(3/2),x, algorithm="giac")

[Out]

integrate((b*x^2 + a)^(3/2)*(c*x)^(7/2), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.00 \begin {gather*} \int {\left (c\,x\right )}^{7/2}\,{\left (b\,x^2+a\right )}^{3/2} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*x)^(7/2)*(a + b*x^2)^(3/2),x)

[Out]

int((c*x)^(7/2)*(a + b*x^2)^(3/2), x)

________________________________________________________________________________________